Skip to content

[javascript] Bump Node.js to v26.0.0#70

Merged
hayat01sh1da merged 2 commits intomasterfrom
hayat01sh1da/javascript/bump-nodejs-to-v26.0.0
May 7, 2026
Merged

[javascript] Bump Node.js to v26.0.0#70
hayat01sh1da merged 2 commits intomasterfrom
hayat01sh1da/javascript/bump-nodejs-to-v26.0.0

Conversation

@hayat01sh1da
Copy link
Copy Markdown
Owner

1. Overview

Node.js v26.0.0 (released April/May 2026) is a "Current" release, introducing V8 14.6, stabilizing the Temporal API, and removing the --experimental-transform-types flag to make TypeScript support native.
It focuses on improving streaming stability, updating Undici to 8.0, and enhancing security, serving as the foundation for the next LTS release.

2. Key Differences

  • TypeScript Support: The --experimental-transform-types flag is removed, indicating TypeScript is no longer experimental
  • V8 Engine Update: Upgraded to V8 14.6, improving performance and JS language features
  • Undici Update: Updated to version 8.0, offering improved HTTP client performance and stability
  • import.meta.resolve: This API is now stable and no longer requires the --experimental-import-meta-resolve flag
  • Native Module Changes: Module version changes require native modules to be rebuilt for compatibility with the new V8 engine
  • Security Fixes: Includes several high-severity security patches (CVE-2026-21637, CVE-2026-21710) for headers and SNI callback handlers

3. Summary

Node.js 26 will be the "Current" release for six months before moving to Active LTS in October 2026.

@hayat01sh1da hayat01sh1da self-assigned this May 7, 2026
Copy link
Copy Markdown
Owner Author

@hayat01sh1da hayat01sh1da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hayat01sh1da hayat01sh1da merged commit 4a3dd67 into master May 7, 2026
6 checks passed
@hayat01sh1da hayat01sh1da deleted the hayat01sh1da/javascript/bump-nodejs-to-v26.0.0 branch May 7, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant